Catch 1
select count(SongId) from chartsquery where (genre='Blues') and (subgenre='Alternative Southern Rock')
RowsCount=0Catch 1B
select count(SongId) from chartsquery where (genre='Blues')
RowsCount=0